From bfce1c02cf5f2f64a330ae544e7e2c531e45eaa1 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 16 Sep 2004 05:09:53 +0000 Subject: [PATCH] More USB integration. --- gpsbabel/mingw/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gpsbabel/mingw/Makefile b/gpsbabel/mingw/Makefile index 2f422df46..4c297277f 100644 --- a/gpsbabel/mingw/Makefile +++ b/gpsbabel/mingw/Makefile @@ -6,10 +6,12 @@ FILES=gpsbabel.exe libexpat.dll ../win32/gpsbabelfront.exe ../README* ../COPYING gpsbabel.exe: wintesto.cmd include ../Makefile -CFLAGS=-Iinclude -I../coldsync -O +CFLAGS=-Iinclude -I../coldsync -O $(INHIBIT_USB) +INHIBIT_USB=-DNO_USB +OSJEEPS=jeeps/gpsusbwin.o gpsbabel.exe: $(OBJS) - $(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe + $(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe -lsetupapi zip -j /tmp/gpsbabel-$(VERSIOND).zip $(FILES) cp gpsbabel.exe /tmp -- 2.30.2